Skip to content

Conversation

@Oxyjun
Copy link
Contributor

@Oxyjun Oxyjun commented Mar 19, 2025

Summary

FT-related changes

  1. Consolidated the 2 partial files pertaining to DO pricing into a single file (src/content/partials/workers/storage_api_pricing.mdx and src/content/partials/workers/durable_objects_pricing.mdx have been merged into just src/content/partials/workers/durable-objects-pricing.mdx).
    • The new partial file presents pricing as a combination of compute and storage for better flow.
    • The new partial file uses conditional rendering to change the H2/H3 so that when it's called in the /workers/pricing/ page, it doesn't mess up the heading hierarchy there.
  2. Updated the pricing tables for compute billing + storage billing for DOs in the new src/content/partials/workers/durable-objects-pricing.mdx partials file.
  3. Introduced Pricing page indicating that DOs are available in both free/paid plans + explained what happens when the limit is reached, and when the limit resets.
  4. Added a "note" specifying that to downgrade, you need to first delete KV-backed namespaces.

SRS GA related changes

  1. Removed references to "Beta SQLite-storage backed DOs".
  2. Removed footnote which stated DO limit will be raised to 10 GB for GA (since this is GA now).
  3. Changed "Best practices" section into "Features". Justification: This is the approach we're implementing for D1. It also allows us to add a standalone chapter on "KV DO storage" (which may not be considered best practice, as we recommend SRS).
  4. Consolidated "Get started" into a single guide, which assumes DO will use SQLite by default. Fixed links pointing to deleted / renamed chapters, setup redirect.

Screenshots (optional)

Documentation checklist

  • The documentation style guide has been adhered to.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

closes #15155

@Oxyjun Oxyjun marked this pull request as draft March 19, 2025 09:33
@github-actions github-actions bot added product:browser-rendering product:durable-objects Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/ product:kv product:queues Cloudflare Queues: https://developers.cloudflare.com/queues labels Mar 19, 2025
@github-actions github-actions bot added the product:workers Related to Workers product label Mar 19, 2025
@vy-ton vy-ton marked this pull request as ready for review April 6, 2025 11:27
@vy-ton vy-ton merged commit c30ee9f into production Apr 6, 2025
9 checks passed
@vy-ton vy-ton deleted the jun/do/ft-srs-ga-2 branch April 6, 2025 14:39
RebeccaTamachiro pushed a commit that referenced this pull request Apr 21, 2025
- Durable Objects on Workers Free 
- SQLite in Durable Objects GA, 10GB databases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hyperlint-ignore product:agents Build and deploy AI-powered Agents on Cloudflare that can act autonomously. product:browser-rendering product:durable-objects Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/ product:kv product:queues Cloudflare Queues: https://developers.cloudflare.com/queues product:workers Related to Workers product size/xl

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Durable Object docs to say that migrations can be inherited in wrangler.toml